Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(integrations): 🐛 Increase Sei Mainnet funding amount #704

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

TheDivic
Copy link
Collaborator

@TheDivic TheDivic commented Sep 19, 2024

Gas fees seems to be higher now on Sei and the old funding amount was not enough to cover the bundle gas price.

Master account must be funded again, taking into account the increased funding amount.

📖 Context

Type of change

  • Non-breaking change (backwards compatible)

Why are we doing this?

  • Bundler transactions were failing because the fundingAmount was lower than (maxFeePerGas + maxPriorityFeePerGas) * gasUsed

Related issues:

What did we do?

  • Increase the funding amount to 1 SEI.

How Has This Been Tested?

  • Gasless native transfer
  • Gasless mint
  • Sessions

Gas fees seems to be higher now and the old amount was not enough so I increased it to 1 SEI

Master account must be funded again
@TheDivic TheDivic self-assigned this Sep 19, 2024
@TheDivic TheDivic added 🐛 Bug Something isn't working ⛓️ Chain Integration Label for all chain integration related tasks labels Sep 19, 2024
@TheDivic TheDivic merged commit 29c68e6 into master Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working ⛓️ Chain Integration Label for all chain integration related tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants